blob: 361fc3d6250edd5214c0d72f74200171eb6fcf8c [file] [log] [blame]
PASS The default value of `paymentTiming` should be `"immediate"`.
PASS Should not have a default value for `recurringPaymentIntervalStartDate` and `recurringPaymentIntervalEndDate` when `paymentTiming` is `"recurring"`.
PASS Should also propagate `recurringPaymentIntervalStartDate` and `recurringPaymentIntervalEndDate` if provided when `paymentTiming` is `"recurring"`.
PASS Should not have a default value for `deferredPaymentDate` when `paymentTiming` is `"deferred"`.
PASS Should also propagate `deferredPaymentDate` if provided when `paymentTiming` is `"deferred"`.