/** * 決済ステータス */ export declare enum PaymentStatusType { PaymentAutomaticallyApplied = "PaymentAutomaticallyApplied", PaymentComplete = "PaymentComplete", PaymentDeclined = "PaymentDeclined", PaymentDue = "PaymentDue", PaymentPastDue = "PaymentPastDue" }